Vcenter VmTemplate LibraryItems EthernetInfo

Vcenter VmTemplate LibraryItems EthernetInfo
Vcenter VmTemplate LibraryItems EthernetInfo

The Vcenter VmTemplate LibraryItems EthernetInfo schema contains information about a virtual machine template's virtual Ethernet adapter.

This schema was added in vSphere API 6.8.

JSON Example
{
    "backing_type": "string",
    "mac_type": "string",
    "network": "string"
}
string
backing_type
Required

Network backing type for the virtual Ethernet adapter.

For more information see: Vcenter VmTemplate LibraryItems EthernetInfo NetworkBackingType.

This property was added in vSphere API 6.8.

string
mac_type
Required

MAC address type of the ethernet adapter.

For more information see: Vcenter VmTemplate LibraryItems EthernetInfo MacAddressType.

This property was added in vSphere API 6.8.

string
network
Optional

Identifier of the network backing the virtual Ethernet adapter.

This property was added in vSphere API 6.8.

This property will be missing or null if the identifier of the network backing could not be determined.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network.